home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Examples / Calc / GrabberTracker.r < prev    next >
Encoding:
Text File  |  1990-10-25  |  916 b   |  33 lines  |  [TEXT/MPS ]

  1. /********************************************************************************/
  2. /*                                                                                */
  3. /*    File:            GrabberTracker.r                                             */
  4. /*                                                                                */
  5. /*    Description:    Resource File for the GrabberTracker Unit.                    */
  6. /*                                                                                */
  7. /*                                                                                */
  8. /*    Copyright © 1990 by Apple Computer, Inc.  All rights reserved.              */
  9. /********************************************************************************/
  10.  
  11. /* • Auto-Include the requirements for this source */
  12.  
  13. #ifndef __TYPES.R__
  14. #include "Types.r"
  15. #endif
  16.  
  17.  
  18.  
  19. #Define kGrabberHand        9                /* ID for the GrabberHand cursor */
  20.  
  21.  
  22. resource 'CURS' (kGrabberHand,
  23. #if qNames
  24. "kGrabberHand",
  25. #endif
  26. purgeable) {
  27.     $"01 80 1A 70 26 48 26 4A 12 4D 12 49 68 09 98 01"
  28.     $"88 02 40 02 20 02 20 04 10 04 08 08 04 08 04 08",
  29.     $"01 80 1B F0 3F F8 3F FA 1F FF 1F FF 7F FF FF FF"
  30.     $"FF FE 7F FE 3F FE 3F FC 1F FC 0F F8 07 F8 07 F8",
  31.     {9, 8}
  32. };
  33.